home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dbase / lib19.zip / WHATS.NEW < prev    next >
Text File  |  1992-10-14  |  3KB  |  61 lines

  1. ================================================================================
  2.                                   dUFLP Library
  3.                               Version 1.9 - 10/14/1992
  4.                                     What's New?
  5. ================================================================================
  6.  
  7. This file is here to give a brief explanation of the new items and/or changes
  8. to PROC.PRG or the LIBRARY Files. If you want a complete list of what is 
  9. contained in PROC.PRG and the Library files, take a look at README.TXT, which
  10. lists all procedures and functions, with a brief description of use. For 
  11. detailed instructions on the use of these, list or print PROC.PRG and Library
  12. files (this is a LONG printout -- it takes over 180 pages on a laserprinter 
  13. set at 60 lines per page).
  14.  
  15.                           ==================
  16.                            So, what IS new?
  17.                           ==================
  18.  
  19. ------------------------
  20. NEW FUNCTIONS/PROCEDURES
  21. ------------------------
  22. FILES.PRG  -- the following routines were added to FILES.PRG -- they're
  23.               all low-level routines, taken from Adam Menkes article in Tech-
  24.               Notes from April, 1992.
  25. AAppend()  -- Appends a text file into an array.
  26. FDel()     -- Deletes a given portion of a file.
  27. FGetLine() -- Used to extract a line of text from a text file.
  28. FIns()     -- Inserts a specified number of nulls into a file.
  29. GetInfo()  -- Retrieves information from status that you cannot get with
  30.               dBASE's SET() function.
  31. TextLine() -- Returns number of lines of text in an ASCII Text file.
  32. TLine()    -- Returns a specific line in an ASCII Text file.
  33. TLineNo()  -- Returns the line number of the phrase you are searching for
  34.               in an ASCII Text File.
  35. TempFile() -- Returns a random file name (and temp dir path).
  36. TempDir()  -- Returns path of temporary directory as set from DOS (i.e.,
  37.               SET DBTMP= ...)
  38.  
  39. -------------------------
  40. UPDATES TO 'OLD' ROUTINES
  41. -------------------------
  42. SCREEN.PRG
  43. YesNoCan()  -- JOEY noticed a problem when using the routine. He fixed it and
  44.                sent the updated version (it was his routine in the first place).
  45.  
  46. COLOR SETTINGS
  47. Went back in, after some discussion with Joey, and some more tinkering, and
  48. decided that the method I had changed things to in version 1.7 or 1.8 (can't
  49. remember now) was causing some weird little problems, that weren't necessary.
  50. SO, all of the routines modified for "explicit color setting" have been 
  51. re-modified back to the old method of simply using the COLOR parameter for
  52. window definitions. It was an idea whose time certainly hasn't come yet.
  53.  
  54. --------------------------------------------------------------------------------
  55. That's it for now. Happy computing,
  56.  
  57.                                         Ken
  58. *-------------------------------------------------------------------------------
  59. *-- End of File: WHATS.NEW
  60. *-------------------------------------------------------------------------------
  61.